projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13c3471
)
mod-freifunk: Fix problem with osm map, OpenLayers.Control.MouseDefaults() was remove...
author
Manuel Munz
<
[email protected]
>
Mon, 9 Jul 2012 05:48:37 +0000
(
05:48
+0000)
committer
Manuel Munz
<
[email protected]
>
Mon, 9 Jul 2012 05:48:37 +0000
(
05:48
+0000)
modules/freifunk/htdocs/luci-static/resources/osm.js
patch
|
blob
|
history
diff --git
a/modules/freifunk/htdocs/luci-static/resources/osm.js
b/modules/freifunk/htdocs/luci-static/resources/osm.js
index 4138ef6ad2970a1c53416d61c9a6a02f4e20eb14..cae0cd66f7b90fea380e520b593f299bdfcb97fe 100644
(file)
--- a/
modules/freifunk/htdocs/luci-static/resources/osm.js
+++ b/
modules/freifunk/htdocs/luci-static/resources/osm.js
@@
-99,7
+99,7
@@
function drawmap() {
projection: new OpenLayers.Projection("EPSG:900913"),
displayProjection: new OpenLayers.Projection("EPSG:4326"),
controls: [
- new OpenLayers.Control.
MouseDefaults
(),
+ new OpenLayers.Control.
Navigation
(),
new OpenLayers.Control.PanZoomBar()],
maxExtent:
new OpenLayers.Bounds(-20037508.34,-20037508.34, 20037508.34, 20037508.34),